home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Burning & Media
/
GB-PVR 1.2.13
/
GBPVR10213.msi
/
Cabs.w1.cab
/
baseskin.xml261
< prev
next >
Wrap
Text File
|
2008-02-25
|
7KB
|
147 lines
<settings>
<!-- Text Style -->
<TextStyles>
<!-- special case text style providing defaults -->
<TextStyle name="DefaultTextStyle" typeFace="Arial" size="12" style="bold"/>
<!-- other commonly used text styles -->
<TextStyle name="ScreenNameStyle" color="#444450" size="24"/>
<TextStyle name="ButtonTextStyle" color="White" size="11"/>
<TextStyle name="GeneralTextHeaderStyle" color="Yellow" size="12"/>
<TextStyle name="GeneralTextStyle" color="White" size="12"/>
</TextStyles>
<!-- Placements -->
<Placements>
<Placement name="ScreenName" loc="0,0" size="38,12" />
<Placement name="StandardButtonOrigin" loc="12,12" offset="5.0"/>
</Placements>
<!-- Named Values -->
<NamedValues>
<NamedValue name="PopupCornerRadius" value="1.5"/>
<NamedValue name="PopupBorderWidth" value="2"/>
</NamedValues>
<!-- Named Colours -->
<NamedColors>
<!-- popup colours -->
<NamedColor name="PopupBackground" color="Black"/>
<NamedColor name="PopupBorder" color="#7FFFFFFF"/>
<!-- list colours -->
<NamedColor name="ListNormal" color="#15FFFFFF"/>
<NamedColor name="ListSelected" color="#4500FF00"/>
<NamedColor name="ListSelectedInactive" color="#2500FF00"/>
<!-- misc -->
<NamedColor name="GeneralSelection" color="#4500FF00"/>
</NamedColors>
<!-- Composite Images -->
<CompositeImages>
<CompositeImage name="ScreenName" size="40,12">
<DrawText text="@screenName" loc="5,5" size="100,100" textStyle="ScreenNameStyle" align="Left"/>
</CompositeImage>
<CompositeImage name="ButtonNormal" size="20.0,5.0">
<DrawText text="@buttonText" loc="7,12" size="100,100" textStyle="ButtonTextStyle" align="Left"/>
</CompositeImage>
<CompositeImage name="ButtonSelected" size="22.0,5.0">
<DrawImage filename="..\_CoreImages\button_selected.png" loc="0,0" size="100,100"/>
<DrawText text="@buttonText" loc="7,12" size="100,100" textStyle="ButtonTextStyle" align="Left"/>
</CompositeImage>
<CompositeImage name="PopupLeftButtonNormal" size="17.0,5.0">
<DrawImage filename="..\_CoreImages\popup_button_normal.png" loc="0,0" size="100,100"/>
<DrawText text="@buttonText" loc="7,0" size="100,100" textStyle="ButtonTextStyle" align="Left" valign="Center"/>
</CompositeImage>
<CompositeImage name="PopupLeftButtonSelected" size="17.0,5.0">
<DrawImage filename="..\_CoreImages\popup_button_selected.png" loc="0,0" size="100,100"/>
<DrawText text="@buttonText" loc="7,0" size="100,100" textStyle="ButtonTextStyle" align="Left" valign="Center"/>
</CompositeImage>
<CompositeImage name="PopupCenterButtonNormal" size="17.0,5.0">
<DrawImage filename="..\_CoreImages\popup_button_normal.png" loc="0,0" size="100,100"/>
<DrawText text="@buttonText" loc="0,0" size="100,100" textStyle="ButtonTextStyle" align="Center" valign="Center"/>
</CompositeImage>
<CompositeImage name="PopupCenterButtonSelected" size="17.0,5.0">
<DrawImage filename="..\_CoreImages\popup_button_selected.png" loc="0,0" size="100,100"/>
<DrawText text="@buttonText" loc="0,0" size="100,100" textStyle="ButtonTextStyle" align="Center" valign="Center"/>
</CompositeImage>
<!-- disabled by default (uses less video card texture memory loading files directly), but can be enabled if needed
<CompositeImage name="ScreenBackground" size="100,100">
<DrawImage filename="background.jpg" loc="0,0" size="100,100"/>
</CompositeImage>
<CompositeImage name="ScreenBackgroundMask" size="100,100">
<DrawImage filename="background mask.png" loc="0,0" size="100,100"/>
</CompositeImage>
-->
</CompositeImages>
<!-- Common images, used for backgrounds on various things -->
<CommonImages>
<!-- misc -->
<CommonImage name="ListBackground">
<DrawCommonImage name="ListBackground"/>
</CommonImage>
<!-- details view -->
<CommonImage name="DetailsViewNormalItemBackground">
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListNormal" borderColor="Transparent" radius="1" borderWidth="0"/>
</CommonImage>
<CommonImage name="DetailsViewSelectedItemBackground">
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelected" borderColor="Transparent" radius="1" borderWidth="0"/>
</CommonImage>
<CommonImage name="DetailsViewSelectedInactiveItemBackground">
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelectedInactive" borderColor="Transparent" radius="1" borderWidth="0"/>
</CommonImage>
<!-- list view -->
<CommonImage name="ListViewNormalItemBackground">
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListNormal" borderColor="Transparent" radius="1" borderWidth="0"/>
</CommonImage>
<CommonImage name="ListViewSelectedItemBackground">
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelected" borderColor="Transparent" radius="1" borderWidth="0"/>
</CommonImage>
<CommonImage name="ListViewSelectedInactiveItemBackground">
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelectedInactive" borderColor="Transparent" radius="1" borderWidth="0"/>
</CommonImage>
<!-- icon view -->
<CommonImage name="IconViewNormalItemBackground">
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListNormal" borderColor="Transparent" radius="1.5" borderWidth="0"/>
</CommonImage>
<CommonImage name="IconViewSelectedItemBackground">
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelected" borderColor="Transparent" radius="1.5" borderWidth="0"/>
</CommonImage>
<CommonImage name="IconViewSelectedInactiveItemBackground">
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelectedInactive" borderColor="Transparent" radius="1.5" borderWidth="0"/>
</CommonImage>
<!-- filmstrip view -->
<CommonImage name="FilmstripViewPreviewBackground">
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListNormal" borderColor="Transparent" radius="1.5" borderWidth="0"/>
</CommonImage>
<CommonImage name="FilmstripViewNormalItemBackground">
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListNormal" borderColor="Transparent" radius="1.5" borderWidth="0"/>
</CommonImage>
<CommonImage name="FilmstripViewSelectedItemBackground">
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelected" borderColor="Transparent" radius="1.5" borderWidth="0"/>
</CommonImage>
<CommonImage name="FilmstripViewSelectedInactiveItemBackground">
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelectedInactive" borderColor="Transparent" radius="1.5" borderWidth="0"/>
</CommonImage>
<!-- misc -->
<CommonImage name="GeneralSelection">
<!-- <DrawRoundedRect loc="1,2" size="98,96" fillColor="BackwardDiagonal:#002200-#008800" borderColor="Transparent" radius="1" borderWidth="0"/> -->
<DrawRoundedRect loc="1,2" size="98,96" fillColor="GeneralSelection" borderColor="Transparent" radius="1" borderWidth="0"/>
</CommonImage>
</CommonImages>
</settings>